common: convert compulab splash load code to common code
authorNikita Kiryanov <[email protected]>
Wed, 14 Jan 2015 08:42:54 +0000 (10:42 +0200)
committerStefano Babic <[email protected]>
Thu, 29 Jan 2015 16:44:08 +0000 (17:44 +0100)
commitf82eb2fa5df86b7180ea355a3cb98482f7c27269
tree425824791eb9a187467cc25f9c720fb33ee5a3e1
parent3a236a356397449bf3ad1e72221053b5a3d87b80
common: convert compulab splash load code to common code

Move board/compulab/common/splash.c code to
common/splash_source.c to make it available for everybody. This move
renames cl_splash_screen_prepare() to splash_source_load(), and
the compilation of this code is conditional on CONFIG_SPLASH_SOURCE.

splash_source features:
* Provide a standardized way for declaring board specific splash screen
  locations
* Provide existing routines for auto loading the splash image from the
  locations as declared by the board
* Introduce the "splashsource" environment variable, which makes it
  possible to select the splash image source.

cm-t35 and cm-fx6 are updated to use the modified version.

Signed-off-by: Nikita Kiryanov <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Igor Grinberg <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
board/compulab/cm_fx6/cm_fx6.c
board/compulab/cm_t35/cm_t35.c
board/compulab/common/Makefile
board/compulab/common/common.h
board/compulab/common/splash.c [deleted file]
common/Makefile
common/splash_source.c [new file with mode: 0644]
doc/README.splashprepare
include/configs/cm_fx6.h
include/configs/cm_t35.h
include/splash.h